Traducción al español será siempre la mayor brevedad

panelPositioned


With the positioned panel component lists can be used to generate a series of repeating child-components within a panel. Each one of these child-components is draggable and can exchange positions with other children. In addition a child component can be moved between different positioned panels components. When a Child Component is moved the source value (A java.util.List ) for the positioned Panel is modified to reflect the new order of the positioned panel.

Example


<ice:panelPositioned var="item"
                     value="#{panelPositioned.list}"
                     style="width:200px;border-top:1px solid black;"
                     listener="#{panelPositioned.changed}"
                     handle="starttitle">
        <ice:panelGroup>
            <ice:outputText value="#{item.name}"/>
        </ice:panelGroup>
</ice:panelPositioned>
Tag Summary

tag-name:
<ice:panelPositioned>
tag-class:
com.icesoft.faces.component.panelpositioned.PanelPositionedTag
component-class:
com.icesoft.faces.component.panelpositioned.PanelPositioned
component-type:
com.icesoft.faces.dragdrop.PanelPositioned
component-family:
com.icesoft.faces.dragdrop.PanelPositionedFamily
renderer-class:
com.icesoft.faces.component.panelpositioned.PanelPositionedRenderer
renderer-type:
com.icesoft.faces.dragdrop.PanelPositionedRenderer